Workflow Manager Changes for 4.33
Note: Use caution when building or editing a workflow. For further advice or to arrange training, contact your professional services consultant.
The following changes have been made to Workflow Manager for 4.33:
The activities added to the General group are described in the following table.
Activity | Does this... |
---|---|
ConvertJsonToString | Converts a JSON (JavaScript Object Notation) value into a string representation of a JSON object. |
ConvertXmlToString | Converts an XML (Extensible Markup Language) value into string representation of an XML object. |
ConvertJsonToXml | Converts a JSON (JavaScript Object Notation) value to an XML (Extensible Markup Language) value. |
The activity added to the Reporting group is described in the following table.
Activity | Does this... |
---|---|
StoreReport | Runs a report that is stored against a learner's record. |
The following triggers now trigger when a user attempts to delete a row from a configurable screen:
- Application\Configurable Screens\Configurable Screen Event
- Application Validation\Configurable Screens\Configurable Screen Validation Event
Note: The IsDataMarshallerDelete property can be used to identify the source of the trigger as a Delete, and the IsDataMarshallerInsert property can be used to distinguish Insert and Update triggers.